google.golang.org/protobuf/internal/impl.unmarshalOptions.depth (field)

5 uses

	google.golang.org/protobuf/internal/impl (current package)
		decode.go#L28: 	depth int
		decode.go#L65: 	depth: protowire.DefaultRecursionLimit,
		decode.go#L84: 		depth:    in.Depth,
		decode.go#L105: 	opts.depth--
		decode.go#L106: 	if opts.depth < 0 {